Main content area

Cookie Control, Google and their Consent Management Platform (CMP) requirements for serving ads in the EEA and UK

Google Ads and logo.

Earlier this year, on May 16th, Google announced changes to their ad network which introduced requirements for all businesses using their publisher products - Google AdSense, Ad Manager, or AdMob - to use a Google-certified CMP when serving ads to users in the European Economic Area (EEA) and/or the UK.

You can see the changes Google made on their ad network here.

A CMP is one aspect of the Transparency & Consent Framework (TCF) responsible for informing users and capturing their preferences with respect to the processing of their personal data.

Google sees the decision to require the adoption of the IAB TCF as a continuation of their commitment to support industry standardisation aimed at promoting user transparency and follows on from IAB Europe’s finalisation of TCF v2.2, which comes into force on November 20th, 2023.

What does this mean for Cookie Control users?

The good news is that Cookie Control has been a certified CMP with IAB Europe since 2019 and has recently gained Google certification since adding support for Google’s Additional Consent Specification in Cookie Control v9.9.2.

This version extends TCF’s latest v2.2 specification with support for companies that aren't yet registered vendors with IAB Europe’s Global Vendor List (GVL) but are on Google’s Ad Tech Providers (ATP) list.

How to run Cookie Control as a Google certified CMP?

To run Cookie Control as a Google Certified CMP, a Pro, Multi Site, or Enterprise licence is required and your configuration needs to have the property `iabCMP` as follows:

```

const config = {
apiKey: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
product: 'XXX',

iabCMP: true

}

```

This will render Cookie Control as an IAB registered Consent Management Provider (CMP) and in turn present IAB Europe's standard purposes, features, vendors and legal descriptions to users so that they may signal their consent at various levels of granularity.

The onus is then on IAB registered vendors and Google’s ATP list to test the relevant consent state recorded (encoded as a TC String in accordance to the TCF v2.2 specification) and behave accordingly.

No further set up is required, though Cookie Control does supports the CMP API v2.2 as outlined by TCF v2.2 should you wish add any additional behaviour.

For more information, please see the IAB TCF v2.2 section of our documentation.

What if only Google Analytics is required?

If your site only needs to support Google Analytics 4, then Google consent mode is still the recommended way of set up. This article describes how you can integrate consent mode with Cookie Control and is available across all licence types.

On some occasions Google Tag Manager (GTM) may attempt to fire tags before Cookie Control has finished loading and is able to provide an accurate consent status for the user. To handle such situations, Google suggests adding the property wait_for_update when setting your default consent statuses to better support the asynchronous nature by which Cookie Control loads.

For more information please see Google’s documentation.

What are you waiting for?